listbox: Scroll headers on screen
authorMatthias Clasen <mclasen@redhat.com>
Sun, 13 Jul 2014 16:31:28 +0000 (12:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 13 Jul 2014 17:00:37 +0000 (13:00 -0400)
commita2ac9e1baa85fbbf5c80bd5388a31301072d5f61
tree2f169c627868fa332277df8e4cde3fd5f72dba17
parentf955548f470db40262e423427a5859c172424488
listbox: Scroll headers on screen

The listbox code relies on the container focus adjustment handling
to scroll the cursor row on screen. But GtkContainer has no idea
about row headers, so ensure that we scroll the header on screen too.
gtk/gtklistbox.c